home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Temp / MiscClockViewExtensions.h < prev    next >
Text File  |  1995-04-12  |  430b  |  18 lines

  1. // Donated by Jesse Tayler <jtayler@tmade.com>
  2. // Copyright (c) 1995 Jesse Tayler.
  3. // Use is governed by the MiscKit license.
  4.  
  5.  
  6. // Well, here are the categories I put together. They don't set the
  7. // year, and they cause a warning that I haven't fixed but they work.
  8.  
  9. #import <misckit/MiscClockView.h>
  10.  
  11. @class NSCalendarDate;
  12.  
  13. @interface MiscClockView(MiscClockViewExtensions)
  14.  
  15. - setTimeFromNSDate:(NSCalendarDate *)thedate;
  16.  
  17. @end
  18.